C#
VB
C++
Converts the input AnnPoint array from logical to physical coordinate.
Public Overloads Function PointToPhysical( _
ByVal pts() As Leadtools.Annotations.AnnPoint _
) As Leadtools.Annotations.AnnPoint()
public:
Leadtools.Annotations.array<AnnPoint>^ PointToPhysical(
Leadtools.Annotations.array<AnnPoint>^ pts
)
pts
The AnnPoint array to be converted.
The converted (physical) AnnPoint array.
For an example, refer to AnnTransformer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET